home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 296W / CompuServe 296W.iso / csdemo / csdemo.exe / csdemo.DXR / 00238.ls < prev    next >
Encoding:
Text File  |  1995-09-14  |  163 b   |  10 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     sound fadeOut 1, 60
  4.   end if
  5.   repeat with x = 13 to 48
  6.     set the cursor of sprite x to 0
  7.   end repeat
  8.   cursor(200)
  9. end
  10.